@brief Scans a DVB dvb_add_scaned_transponder
@ingroup frontend_scan
@param entry DVB file entry that corresponds to a transponder to be
tuned
@param open_dev Points to the struct dvb_open_descriptor
@param check_frontend a pointer to a function that will show the frontend
status while tuning into a transponder
@param args a pointer, opaque to libdvbv5, that will be used when
calling check_frontend. It should contain any parameters
that could be needed by check_frontend.
@param other_nit Use alternate table IDs for NIT and other tables
@param timeout_multiply Improves the timeout for each table reception, by
This is the function that applications should use when doing a transponders
scan. It does everything needed to fill the entries with DVB programs
(virtual channels) and detect the PIDs associated with them.
This is the dvb_device variant of dvb_scan_transponder().
@brief Scans a DVB dvb_add_scaned_transponder @ingroup frontend_scan
@param entry DVB file entry that corresponds to a transponder to be tuned @param open_dev Points to the struct dvb_open_descriptor @param check_frontend a pointer to a function that will show the frontend status while tuning into a transponder @param args a pointer, opaque to libdvbv5, that will be used when calling check_frontend. It should contain any parameters that could be needed by check_frontend. @param other_nit Use alternate table IDs for NIT and other tables @param timeout_multiply Improves the timeout for each table reception, by
This is the function that applications should use when doing a transponders scan. It does everything needed to fill the entries with DVB programs (virtual channels) and detect the PIDs associated with them.
This is the dvb_device variant of dvb_scan_transponder().